Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
pow
pow
Exponential expressions
Name:
pow
Category:
math
Programming Language:
php
One-line Description:
Return to the power of y of x.
Related
PHP Template Assignment: Custom assign() Function for Variable Injection and Extension
3
What is the exact role of the define_syslog_variables function in PHP? Detailed function analysis
10
Detailed explanation of how curl_close is used with curl_exec
4
From sprintf to sscanf: a complete guide to formatting input and output
7
Similar Functions
cos
cos
Cosine
pow
pow
Exponentialexpressio
base_convert
base_convert
Convertnumbersbetwee
getrandmax
getrandmax
Showthemaximumpossib
dechex
dechex
Convertdecimaltohexa
srand
srand
Sowtherandomnumberge
pi
pi
Getthepivalue
expm1
expm1
Returnsexp(number)-1
Popular Articles